Method AggregateRedbAsync<TResult>(Expression<Func<IRedbObject, TResult>>)

Assembly: redb.Core.dll

Flexible aggregation for IRedbObject base fields ONLY.
For aggregating both base AND Props fields - use AggregateAsync.

Task<TResult> AggregateRedbAsync<TResult>(Expression<Func<IRedbObject, TResult>> selector)